home *** CD-ROM | disk | FTP | other *** search
- Path: lrz-muenchen.de!news
- From: Michael Reithinger <mreithin@Physik.tu-muenchen.de>
- Newsgroups: comp.lang.pascal.borland,comp.lang.pascal.mac,comp.lang.pascal.ansi-iso,comp.lang.pascal.misc,comp.sys.amiga.programmer,comp.graphics.algorithms,comp.os.ms-windows.programmer.graphics,comp.sys.amiga.graphics
- Subject: Re: 3d programming
- Date: Thu, 15 Feb 1996 02:56:50 +0100
- Organization: Leibniz-Rechenzentrum, Muenchen (Germany)
- Distribution: world
- Message-ID: <312292E2.37DF@Physik.tu-muenchen.de>
- References: <4f3od9$2jg@zeus.tcp.co.uk> <jderrick-0502961551360001@slip037.csc.cuhk.hk> <3118310E.52F@psu.edu> <4fiuh2$qrj@fulton.cs.unc.edu> <311E38D7.71BC@psu.edu> <311F9C84.3B26@structure.chimie.usherb.ca> <312028C1.C1F@nmsu.edu> <DMsIw4.HvL@tigger.jvnc.net>
- NNTP-Posting-Host: line6e.ppp.lrz-muenchen.de
- Mime-Version: 1.0
- Content-Type: text/plain; charset=iso-8859-2
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0GoldB1 (WinNT; I)
-
- schumaker wrote:
- >
- > >> > > >Actually, you only need 2 points to define a plane: a point on the
- > plane and
- > >> > > >a normal vector.
- > >> > >
- > >> > > Sorry to quibble, but...
- > >> > >
- > >> > > A VECTOR IS NOT A POINT!!!!
- > >> > >
- > >> > > Now back to our regular program.
- > >> >
- > >> > Points are vectors.
- > >> > ^^^^^^^^^^^^^^^^^^
- > >>
- > >> Sorry, but I must take offense here. A point in Cartesian space has three
- > >> aspects [X,Y,Z]. A vector requires a direction, and depending on how
- > sticky you
- > >> are, probably a length. This implies 6 independent aspects. Result; A
- > plane
- > >> requires 3 points. Always.
- > >
- > >You're wrong. A vector is any quantity with any given number of dimensions.
- > The
- > >number 5 is a vector, called a scalar. The vector [x,y,z] can refer to a
- > position
- > >vector (point) or direction vector.
- > >
- > >I suggest you take some math courses before you try to explain such basic
- > concepts.
- >
- > your wrong a vector and a scalar are completely different. 5 is not a vector
- > called a scalar it is a scalar. Look up in any physics book and a scalar is
- > defined as any given value. 5,10,3.116, any # is a scalar but a vector is
- > number WITH direction ie 5 at 13degress is a vector.
- >
- > matt
-
- you told not all the truth: not every number is a scalar. If it transforms
- like det(A)N it is a pseudo scalar. All these sweet, little Objects are called
- tensors or pseudo-tensors of rank n. A scalar is a tensor of rank 0, a vector
- of rank 1, ...
-
- Have a nice day
- Michael
-